XFINIUM.PDF Documentation
PdfSetLineDashPatternOperator Constructor(Double[],Double)



Xfinium.Pdf.Graphics.Operators Namespace > PdfSetLineDashPatternOperator Class > PdfSetLineDashPatternOperator Constructor : PdfSetLineDashPatternOperator Constructor(Double[],Double)
An array of numbers that specify the lengths of alternating dashes and gaps.
The dash phase.
Initializes a new PdfSetLineDashPatternOperator object.
Syntax
'Declaration
 
Public Function New( _
   ByVal dashArray() As Double, _
   ByVal dashPhase As Double _
)
'Usage
 
Dim dashArray() As Double
Dim dashPhase As Double
 
Dim instance As New PdfSetLineDashPatternOperator(dashArray, dashPhase)
public PdfSetLineDashPatternOperator( 
   double[] dashArray,
   double dashPhase
)
public:
PdfSetLineDashPatternOperator( 
   array<double>^ dashArray,
   double dashPhase
)

Parameters

dashArray
An array of numbers that specify the lengths of alternating dashes and gaps.
dashPhase
The dash phase.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSetLineDashPatternOperator Class
PdfSetLineDashPatternOperator Members
Overload List